.menu_box a {
    width: 123px;
}

.list_2 .list_box li {
    height: 35px;
    line-height: 35px;
}

.list1 li {
    height: 35px;
    line-height: 35px;
}

.list1 .text,
.text {
    font-size: 16px;
}

.wsbs {
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
}

.wsbs-title {
    width: 1036px;
    height: 23px;
    margin: 30px auto;
}

.wsbs-list {
    margin: 0;
    padding: 0 15px;
    ;
    list-style-type: none;
}

.wsbs-list:after {
    content: '';
    clear: both;
    display: block;
    /*width: 100%;*/
}

.wsbs-list li {
    float: left;
    transition: all .2s;
    /*transition-delay: 1s*/
    width: 24.2%;
    height: 90px;
    border: 1px solid #cae6f9;
    box-sizing: border-box;
    padding: 10px;
    margin-right: 1%;
    margin-bottom: 1%;
}

.list-left {
    float: left;
    margin-left: 0px;
}

.le-t {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 48px;
}

.le-y {
    display: block;
    font-size: 13px;
    color: #666;
    line-height: 4px;
}

.list-right {
    float: right;

    text-align: center;
}

.list-right img {
    margin-top: 10px;
}

.wsbs-list li:hover {
    /*background: #efefef;*/
    box-shadow: 0px 2px 5px #cae6f9;
    border-radius: 0px;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    border: none;
    /*border: 1px solid #ccc;*/
    background: #fff;
    border: 2px solid #cae6f9;
}

.center5 {
    overflow: hidden;
    height: auto;
}

.center5_con {
    width: 100%;
    height: auto;
    margin-top: 30px;
}


.wsbs-list02 {
    overflow: hidden;
    padding: 0 12px;
}

.wsbs-list02 li {
    width: 222px;
    float: left;
    margin-right: 16px;
}

.wsbs-list02 li:nth-child(5n+5) {
    margin-right: 0;
}

.wsbs-list02 li a {
    display: block;
}